google.golang.org/grpc/internal/transport.http2Client.nextID (field)
6 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L127: nextID uint32
http2_client.go#L357: nextID: 1,
http2_client.go#L535: maxStreamID := t.nextID - 2
http2_client.go#L857: hdr.streamID = t.nextID
http2_client.go#L858: t.nextID += 2
http2_client.go#L861: transportDrainRequired = t.nextID > MaxStreamID
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)